-
-
Couldn't load subscription status.
- Fork 2.6k
Fixes: Language Change Applied Without Confirmation in Modal #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- ordered the translation keys same as en.js file to check the difference easily - improve word selection and sentence structure Issue: drawdb-io#627
|
@akib22 is attempting to deploy a commit to the dottle's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @1ilit, I hope you're doing well. Could you please review this PR when you have a moment? I apologize for mistakenly creating this PR on the fork's It would be a great help if you could merge this PR so I can continue working without any hassle. I really appreciate your time and support. Thank you so much! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, please just make sure the changes concern the issue youre fixing. it's just imports and minor stuff now, but for future reference
Description
This pull request addresses a bug where the UI language changes immediately upon selecting a language from the modal, even if the user does not click the "Confirm" button. Previously, closing or canceling the modal would still apply the selected language, which was unexpected behavior.
With this fix, the UI only applies the new language when the user explicitly confirms their choice. If the modal is closed or canceled, the language remains unchanged.
Changes Made
Video
fix-drawdb-language-selection.mov
Related Issue
Closes #632
Checklist
#hacktoberfest